home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- CLS
- MD C:\PBG
- MD C:\PBG\x-kart
- COPY \3DMANIA\x-kart\*.* C:\PBG\x-kart
- ECHO.
- ECHO.
- ECHO Files have been installed to your hard disk drive...
- ECHO.
- ECHO.
- ECHO You may need to run the Setup Program or read the authors file
- ECHO for more specific details regarding the operation and solutions
- ECHO to problems or conflicts. All of the programs found on this CD
- ECHO ran without ANY problem or difficulty on 4 different test
- ECHO systems (386 SX thorugh Pentium). *NOTE: With some programs we
- ECHO had to reconfigure the system memory (in the Autoexec.bat and
- ECHO Config.sys files... Consult with your technician or DOS manual)
- ECHO for more information.
- ECHO.
- PAUSE
- :END